Global Index
HTML5 JS API Index > Web Audio Tutorials & Specs

MediaStreamAudioDestinationNode

Extends AudioNode.

This interface is an audio destination representing a MediaStream with a single AudioMediaStreamTrack. This MediaStream is created when the node is created and is accessible via the stream attribute. This stream can be used in a similar way as a MediaStream obtained via getUserMedia(), and can, for example, be sent to a remote peer using the RTCPeerConnection addStream() method.

Properties
MediaStreamstream